home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / phpmyadmin / lang / finnish-utf-8.inc.php < prev    next >
Encoding:
PHP Script  |  2004-12-28  |  43.9 KB  |  774 lines

  1. <?php
  2. /* $Id: finnish-utf-8.inc.php,v 2.52 2004/12/28 16:34:46 nijel Exp $ */
  3.  
  4. /*
  5.  * Finnish language file by Visa Kopu, visa@visakopu.net
  6.  */
  7.  
  8. $charset = 'utf-8';
  9. $allow_recoding = TRUE;
  10. $text_dir = 'ltr';
  11. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  12. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  13. $number_thousands_separator = ',';
  14. $number_decimal_separator = '.';
  15. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  16. $byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
  17.  
  18. $day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
  19. $month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kes├ñ', 'Hein├ñ', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
  20. // See http://www.php.net/manual/en/function.strftime.php to define the
  21. // variable below
  22. $datefmt = '%d.%m.%Y klo %H:%M';
  23.  
  24. $strAPrimaryKey = 'Sarakkeelle %s on lis├ñtty ensisijainen avain';
  25. $strAccessDenied = 'P├ñ├ñsy kielletty';
  26. $strAction = 'Toiminto';
  27. $strAddDeleteColumn = 'Lis├ñ├ñ/poista sarakkeita';
  28. $strAddDeleteRow = 'Lis├ñ├ñ/poista hakuehtoja';
  29. $strAddNewField = 'Lis├ñ├ñ sarake';
  30. $strAddSearchConditions = 'Lis├ñ├ñ hakuehtoja ("where"-lauseen sis├ñlt├╢):';
  31. $strAddToIndex = 'Lis├ñ├ñ indeksi ┬á%s┬ásarakkeisiin';
  32. $strAddUser = 'Lis├ñ├ñ uusi k├ñytt├ñj├ñ';
  33. $strAddUserMessage = 'Olet lis├ñnnyt uuden k├ñytt├ñj├ñn.';
  34. $strAffectedRows = 'Rivej├ñ:';
  35. $strAfter = 'J├ñlkeen sarakkeen %s';
  36. $strAfterInsertBack = 'Takaisin';
  37. $strAfterInsertNewInsert = 'Lis├ñ├ñ uusi rivi';
  38. $strAll = 'Kaikki';
  39. $strAllTableSameWidth = 'N├ñyt├ñ kaikki taulut samanlevyisin├ñ?';
  40. $strAlterOrderBy = 'J├ñrjest├ñ taulu';
  41. $strAnIndex = 'Sarakkeelle %s on lis├ñtty indeksi';
  42. $strAnalyzeTable = 'Analysoi taulu';
  43. $strAnd = 'Ja';
  44. $strAny = 'Mik├ñ tahansa';
  45. $strAnyHost = 'Mik├ñ tahansa palvelin';
  46. $strAnyUser = 'Mik├ñ tahansa k├ñytt├ñj├ñ';
  47. $strAscending = 'Nouseva';
  48. $strAtBeginningOfTable = 'Taulun alkuun';
  49. $strAtEndOfTable = 'Taulun loppuun';
  50. $strAttr = 'Attribuutit';
  51.  
  52. $strBack = 'Takaisin';
  53. $strBeginCut = 'ALOITA CUT';
  54. $strBeginRaw = 'ALOITA RAW';
  55. $strBinary = 'Bin├ñ├ñridata';
  56. $strBinaryDoNotEdit = 'Bin├ñ├ñridataa - ├ñl├ñ muokkaa';
  57. $strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
  58. $strBookmarkLabel = 'Tunniste';
  59. $strBookmarkQuery = 'Tallennettu SQL-lause';
  60. $strBookmarkThis = 'Tallenna SQL-lause';
  61. $strBookmarkView = 'N├ñyt├ñ';
  62. $strBrowse = 'Selaa';
  63. $strBzip = '"bzip-pakattu"';
  64.  
  65. $strCantLoadRecodeIconv = 'Merkist├╢n konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli n├ñiden laajennusten k├ñytt├╢ tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
  66. $strCantRenameIdxToPrimary = 'Indeksi├ñ ei voi muuttaa PRIMARY-nimiseksi!';
  67. $strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu k├ñytt├ñ├ñ. Tarkista PHP:n asetukset.';
  68. $strCardinality = 'Kardinaliteetti';
  69. $strCarriage = 'CR-rivinvaihto: \\r';
  70. $strChange = 'Muokkaa';
  71. $strChangeDisplay = 'Valitse n├ñytett├ñv├ñ sarake';
  72. $strChangePassword = 'Vaihda salasanaa';
  73. $strCharsetOfFile = 'Tiedoston merkist├╢:';
  74. $strCheckAll = 'Valitse kaikki';
  75. $strCheckTable = 'Tarkista taulu';
  76. $strChoosePage = 'Valitse muokattava sivu';
  77. $strColComFeat = 'Sarakkeiden kommentit n├ñkyviss├ñ';
  78. $strColumnNames = 'Sarakkeiden nimet';
  79. $strComments = 'Kommentit';
  80. $strCompleteInserts = 'T├ñydelliset insert-lauseet';
  81. $strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />T├ñm├ñ saattaa johtua virheest├ñ, jonka PHP l├╢ysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkist├ñ ja lukea mahdolliset PHP-virheilmoituikset. Todenn├ñk├╢isimmin joltain rivilt├ñ puuttuu lainausmerkki tai puolipiste.<br />Jos linkist├ñ avautuva sivu on tyhj├ñ, asetustiedostosta ei l├╢ytynyt virhett├ñ.';
  82. $strConfigureTableCoord = 'M├ñ├ñrittele koordinaatit taululle %s';
  83. $strCookiesRequired = 'Selaimessa pit├ñ├ñ olla cookietuki p├ñ├ñll├ñ t├ñst├ñ eteenp├ñin.';
  84. $strCopyTable = 'Kopioi taulu (tietokanta<b>.</b>taulu):';
  85. $strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
  86. $strCreate = 'Luo';
  87. $strCreateIndex = 'Luo sarakkeista indeksi';
  88. $strCreateIndexTopic = 'Luo uusi indeksi';
  89. $strCreateNewDatabase = 'Luo uusi tietokanta';
  90. $strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
  91. $strCreatePage = 'Luo uusi sivu';
  92. $strCreatePdfFeat = 'PDF-tiedostojen luonti';
  93. $strCriteria = 'Hakuehdot';
  94.  
  95. $strData = 'Data';
  96. $strDataOnly = 'Vain data';
  97. $strDatabase = 'Tietokanta';
  98. $strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
  99. $strDatabases = 'tietokantaa';
  100. $strDatabasesStats = 'Tietokantastatistiikka';
  101. $strDefault = 'Oletusarvo';
  102. $strDelete = 'Poista';
  103. $strDeleted = 'Rivi on poistettu';
  104. $strDeletedRows = 'Poistetut rivit:';
  105. $strDescending = 'Laskeva';
  106. $strDisabled = 'Pois p├ñ├ñlt├ñ';
  107. $strDisplayFeat = 'Ulkoasun asetukset';
  108. $strDisplayOrder = 'Lajitteluj├ñrjestys:';
  109. $strDisplayPDF = 'N├ñyt├ñ PDF-kaavio';
  110. $strDoAQuery = 'Suorita "esimerkin mukainen haku" (jokerimerkki: "%")';
  111. $strDoYouReally = 'Oletko varma ett├ñ haluat ';
  112. $strDocu = 'Ohjeet';
  113. $strDrop = 'Pudota';
  114. $strDumpXRows = 'Tee vedos %s rivist├ñ, alkaen rivist├ñ %s.';
  115. $strDumpingData = 'Vedostan dataa taulusta';
  116. $strDynamic = 'dynaaminen';
  117.  
  118. $strEdit = 'Muokkaa';
  119. $strEditPDFPages = 'Muokkaa PDF-sivuja';
  120. $strEditPrivileges = 'Muokkaa k├ñytt├╢oikeuksia';
  121. $strEffective = 'Varsinainen';
  122. $strEmpty = 'Tyhjenn├ñ';
  123. $strEmptyResultSet = 'MySQL palautti tyhj├ñn vastauksen (ts. nolla rivi├ñ).';
  124. $strEnabled = 'P├ñ├ñll├ñ';
  125. $strEnd = 'Loppu';
  126. $strEndCut = 'LOPETA CUT';
  127. $strEndRaw = 'LOPETA RAW';
  128. $strEnglishPrivileges = ' Huom. MySQL-k├ñytt├╢oikeuksien nimet ovat englanniksi ';
  129. $strError = 'Virhe';
  130. $strExplain = 'Selit├ñ SQL-lause';
  131. $strExport = 'Tulosta tiedostoksi/ruudulle';
  132. $strExtendedInserts = 'Yhteinen insert-lause';
  133. $strExtra = 'Lis├ñtiedot';
  134.  
  135. $strField = 'Sarake';
  136. $strFieldHasBeenDropped = 'Sarake %s on pudotettu';
  137. $strFields = 'Sarakkeet';
  138. $strFieldsEmpty = ' Sarakkeiden lukum├ñ├ñr├ñ on nolla! ';
  139. $strFieldsEnclosedBy = 'Sarakkeiden ymp├ñr├╢intimerkki';
  140. $strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
  141. $strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
  142. $strFixed = 'kiinte├ñ';
  143. $strFlushTable = 'Tyhjenn├ñ taulun v├ñlimuisti ("FLUSH")';
  144. $strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
  145. $strFormat = 'Muoto';
  146. $strFullText = 'Koko tekstit';
  147. $strFunction = 'Funktio';
  148.  
  149. $strGenBy = 'Generoinut:';
  150. $strGenTime = 'Luontiaika';
  151. $strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
  152. $strGo = 'Suorita';
  153. $strGzip = '"gzip-pakattu"';
  154.  
  155. $strHasBeenAltered = 'on muutettu.';
  156. $strHasBeenCreated = 'on luotu.';
  157. $strHaveToShow = 'Valitse v├ñhint├ñ├ñn yksi sarake';
  158. $strHome = 'Etusivu';
  159. $strHomepageOfficial = 'phpMyAdminin viralliset sivut';
  160. $strHost = 'Palvelin';
  161. $strHostEmpty = 'Palvelimen nimi puuttuu!';
  162.  
  163. $strIdxFulltext = 'Koko teksti';
  164. $strIfYouWish = 'Jos haluat hakea vain osan taulun sarakkeista, sy├╢t├ñ pilkuilla erotettu lista sarakkeiden nimist├ñ.';
  165. $strIgnore = 'J├ñt├ñ huomiotta';
  166. $strInUse = 'k├ñyt├╢ss├ñ';
  167. $strIndex = 'Indeksi';
  168. $strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
  169. $strIndexName = 'Indeksin nimi:';
  170. $strIndexType = 'Indeksin tyyppi:';
  171. $strIndexes = 'Indeksit';
  172. $strInsecureMySQL = 'Asetustiedostosi k├ñytt├ñ├ñ asetuksia, jotka viittaavat MySQL:n oletusarvoiseen k├ñytt├ñj├ñ├ñn (root ilman salasanaa). T├ñllaisilla asetuksilla k├ñytett├ñess├ñ MySQL-palvelin on arka hy├╢kk├ñyksille. T├ñm├ñ tietoturvariski olisi syyt├ñ korjata pikimmiten!';
  173. $strInsert = 'Lis├ñ├ñ rivi';
  174. $strInsertAsNewRow = 'Lis├ñ├ñ uutena rivin├ñ';
  175. $strInsertNewRow = 'Lis├ñ├ñ uusi rivi';
  176. $strInsertTextfiles = 'Sy├╢t├ñ tekstitiedosto tauluun';
  177. $strInsertedRows = 'Lis├ñtyt rivit:';
  178. $strInstructions = 'komentoa';
  179.  
  180. $strKeepPass = '├äl├ñ vaihda salasanaa';
  181. $strKeyname = 'Avaimen nimi';
  182. $strKill = 'Tapa';
  183.  
  184. $strLengthSet = 'Pituus/Arvot*';
  185. $strLimitNumRows = 'Rivej├ñ/sivu';
  186. $strLineFeed = 'LF-rivinvaihto: \\n';
  187. $strLinesTerminatedBy = 'Rivien erotinmerkki';
  188. $strLinkNotFound = 'Linkki├ñ ei l├╢ydy';
  189. $strLinksTo = 'Linkitys sarakkeeseen:';
  190. $strLocationTextfile = 'Tiedoston sijainti';
  191. $strLogPassword = 'Salasana:';
  192. $strLogUsername = 'K├ñytt├ñj├ñtunnus:';
  193. $strLogin = 'Kirjaudu sis├ñ├ñn';
  194. $strLogout = 'Poistu';
  195.  
  196. $strModifications = 'Muutokset tallennettu';
  197. $strModify = 'Muokkaa';
  198. $strModifyIndexTopic = 'Muokkaa indeksi├ñ';
  199. $strMoveTable = 'Siirr├ñ taulu (tietokanta<b>.</b>taulu):';
  200. $strMoveTableOK = 'Taulu %s on siirretty %s.';
  201. $strMySQLCharset = 'MySQL:n merkist├╢';
  202. $strMySQLReloaded = 'MySQL uudelleenladattu.';
  203. $strMySQLSaid = 'MySQL ilmoittaa: ';
  204. $strMySQLServerProcess = 'MySQL %pma_s1% palvelimella %pma_s2% k├ñytt├ñj├ñn├ñ %pma_s3%';
  205. $strMySQLShowProcess = 'N├ñyt├ñ prosessit';
  206. $strMySQLShowStatus = 'N├ñyt├ñ MySQL:n ajonaikaiset tiedot';
  207. $strMySQLShowVars = 'N├ñyt├ñ MySQL:n j├ñrjestelm├ñmuuttujat';
  208.  
  209. $strName = 'Nimi';
  210. $strNext = 'Seuraava';
  211. $strNo = 'Ei';
  212. $strNoDatabases = 'Ei tietokantoja';
  213. $strNoDescription = 'ei selityst├ñ';
  214. $strNoDropDatabases = '"DROP DATABASE"-lauseiden k├ñytt├╢ on estetty.';
  215. $strNoExplain = '├äl├ñ selit├ñ SQL-lausetta';
  216. $strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksi├ñ</b> tukevalla selaimella.';
  217. $strNoIndex = 'Indeksi├ñ ei ole m├ñ├ñritelty!';
  218. $strNoIndexPartsDefined = 'Indeksin osia ei ole m├ñ├ñritelty!';
  219. $strNoModification = 'Ei muutoksia';
  220. $strNoPassword = 'Ei salasanaa';
  221. $strNoPhp = 'Piilota PHP-koodi';
  222. $strNoPrivileges = 'Ei k├ñytt├╢oikeuksia';
  223. $strNoQuery = 'Ei SQL lausetta!';
  224. $strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
  225. $strNoTablesFound = 'Tietokannasta ei l├╢ytynyt yht├ñ├ñn taulua.';
  226. $strNoUsersFound = 'K├ñytt├ñji├ñ ei l├╢ytynyt.';
  227. $strNoValidateSQL = '├äl├ñ tarkista SQL-lausetta';
  228. $strNone = 'Ei mit├ñ├ñn';
  229. $strNotNumber = 'T├ñm├ñ ei ole numero!';
  230. $strNotOK = 'Ei kunnossa';
  231. $strNotSet = '<b>%s</b>-taulua ei l├╢ytynyt tai sit├ñ ei ole m├ñ├ñritelty %s-tiedostossa';
  232. $strNotValidNumber = ' ei ole hyv├ñksytt├ñv├ñ rivin numero!';
  233. $strNull = 'Tyhj├ñ';
  234. $strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
  235. $strNumSearchResultsTotal = '<b>Yhteens├ñ:</b> <i>%s</i> hakutulosta';
  236.  
  237. $strOK = 'Kunnossa';
  238. $strOftenQuotation = 'Yleens├ñ lainausmerkki. "Valinnaisesti" tarkoittaa, ett├ñ vain char- ja varchar-tyyppiset sarakkeet ymp├ñr├╢id├ñ├ñn annetulla ymp├ñr├╢intimerkill├ñ.';
  239. $strOperations = 'Toiminnot';
  240. $strOptimizeTable = 'Optimoi taulu';
  241. $strOptionalControls = 'Valinnainen. Ohjaa erikoismerkkien lukua ja kirjoitusta.';
  242. $strOptionally = 'Valinnaisesti';
  243. $strOr = 'Tai';
  244. $strOverhead = 'K├ñytt├ñm├ñt├╢n';
  245.  
  246. $strPHPVersion = 'PHP:n versio';
  247. $strPageNumber = 'Sivunnumero:';
  248. $strPartialText = 'Osittaiset tekstit';
  249. $strPassword = 'Salasana';
  250. $strPasswordEmpty = 'Salasana puuttuu!';
  251. $strPasswordNotSame = 'Salasanat eiv├ñt ole samat!';
  252. $strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
  253. $strPdfInvalidTblName = 'Taulua "%s" ei l├╢ydy!';
  254. $strPdfNoTables = 'Ei tauluja';
  255. $strPhp = 'N├ñyt├ñ PHP-koodi';
  256. $strPmaDocumentation = 'phpMyAdminin dokumentaatio';
  257. $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> t├ñytyy m├ñ├ñritell├ñ asetustiedostossa!';
  258. $strPos1 = 'Alku';
  259. $strPrevious = 'Edellinen';
  260. $strPrimary = 'Ensisijainen';
  261. $strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
  262. $strPrimaryKeyName = 'Ensisijaisen avaimen nimen├ñ pit├ñ├ñ olla PRIMARY!';
  263. $strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimen├ñ!)';
  264. $strPrintView = 'Tulostusversio';
  265. $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
  266. $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
  267. $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
  268. $strPrivileges = 'K├ñytt├╢oikeudet';
  269. $strPutColNames = 'Laita sarakkeiden nimet ensimm├ñiselle riville';
  270.  
  271. $strQBE = 'Esimerkin mukainen haku';
  272. $strQBEDel = 'Poista';
  273. $strQBEIns = 'Lis├ñ├ñ';
  274. $strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
  275. $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
  276.  
  277. $strReType = 'Kirjoita uudelleen';
  278. $strRecords = 'rivi├ñ';
  279. $strReferentialIntegrity = 'Tarkista viitteiden eheys:';
  280. $strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyv├ñt lis├ñominaisuudet ovat pois p├ñ├ñlt├ñ. Katso %st├ñ├ñlt├ñ%s lis├ñtietoja.';
  281. $strRelationView = 'Relaation├ñkym├ñ';
  282. $strReloadFailed = 'MySQL:n uudelleenlataus ep├ñonnistui.';
  283. $strReloadMySQL = 'Lataa MySQL uudelleen';
  284. $strRenameTable = 'Nime├ñ taulu uudelleen';
  285. $strRenameTableOK = 'Taulun %s nimi on nyt %s';
  286. $strRepairTable = 'Korjaa taulu';
  287. $strReplace = 'Korvaa';
  288. $strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
  289. $strReset = 'Tyhjenn├ñ';
  290. $strRevoke = 'Mit├ñt├╢i';
  291. $strRevokeMessage = 'Olet peruuttanut k├ñytt├ñj├ñn %s k├ñytt├╢oikeudet';
  292. $strRowLength = 'Rivin pituus';
  293. $strRowSize = ' Rivin koko ';
  294. $strRows = 'rivi├ñ';
  295. $strRowsFrom = 'rivi├ñ alkaen rivist├ñ';
  296. $strRowsModeHorizontal = 'vaakasuora';
  297. $strRowsModeOptions = '%ssti, otsikoita toistetaan %s:n rivin v├ñlein';
  298. $strRowsModeVertical = 'pystysuora';
  299. $strRowsStatistic = 'Rivistatistiikka';
  300. $strRunQuery = 'Suorita';
  301. $strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
  302. $strRunning = 'palvelimella %s';
  303.  
  304. $strSQL = 'SQL';
  305. $strSQLParserBugMessage = 'Olet mahdollisesti l├╢yt├ñnyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, ett├ñ olet siirt├ñm├ñss├ñ tiedostoa, jossa on bin├ñ├ñridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentorivilt├ñ. MySQL:n antama virheilmoitus n├ñkyy alla, jos serveri sellaisen antoi. Jos lause toimi komentorivill├ñ, mutta ei phpMyAdminissa, kokeile etsi├ñ se rivi, joka virheilmoituksen aiheutti ja l├ñhet├ñ meille bugiraportti, johon liit├ñt alla olevan koodin:';
  306. $strSQLParserUserError = 'SQL-lauseessasi oli virhe. There seems to be an error in your SQL query. MySQL:n antama virheilmoitus n├ñkyy alla, jos serveri sellaisen antoi';
  307. $strSQLQuery = 'SQL-lause';
  308. $strSQLResult = 'SQL-lauseen tulos';
  309. $strSQPBugInvalidIdentifer = 'Ep├ñkelpo tunniste';
  310. $strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
  311. $strSQPBugUnknownPunctuation = 'Tuntematon v├ñlimerkki';
  312. $strSave = 'Tallenna';
  313. $strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle t├ñll├ñ skaalauksella';
  314. $strSearch = 'Hae';
  315. $strSearchFormTitle = 'Hae tietokannassa';
  316. $strSearchInTables = 'Tauluista:';
  317. $strSearchNeedle = 'Haettavat sanat tai arvot (%-merkki├ñ voi k├ñytt├ñ├ñ jokerimerkkin├ñ):';
  318. $strSearchOption1 = 'v├ñhint├ñ├ñn yksi sanoista';
  319. $strSearchOption2 = 'kaikki sanat';
  320. $strSearchOption3 = 'koko lause';
  321. $strSearchOption4 = 'regexp-haku';
  322. $strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
  323. $strSearchType = 'Hae:';
  324. $strSelectADb = 'Valitse tietokanta';
  325. $strSelectAll = 'Valitse kaikki';
  326. $strSelectFields = 'Valitse sarakkeet (v├ñhint├ñ├ñn yksi):';
  327. $strSelectNumRows = 'lauseessa';
  328. $strSelectTables = 'Valitse taulut';
  329. $strSend = 'Tallenna tiedostoksi';
  330. $strServer = 'Palvelin';
  331. $strServerChoice = 'Valitse palvelin';
  332. $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
  333. $strServerVersion = 'Palvelimen versio';
  334. $strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", sy├╢t├ñ vaaditut arvot t├ñss├ñ muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkki├ñ ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
  335. $strShow = 'N├ñyt├ñ';
  336. $strShowAll = 'N├ñyt├ñ kaikki';
  337. $strShowColor = 'N├ñyt├ñ v├ñrit';
  338. $strShowGrid = 'N├ñyt├ñ ruudukko';
  339. $strShowPHPInfo = 'N├ñyt├ñ tietoja PHP:n asetuksista';
  340. $strShowTableDimension = 'N├ñyt├ñ taulujen ulottuvuus';
  341. $strShowTables = 'N├ñyt├ñ taulut';
  342. $strShowThisQuery = ' N├ñyt├ñ lause uudelleen ';
  343. $strShowingRecords = 'N├ñkyvill├ñ rivit ';
  344. $strSingly = '(yksitellen)';
  345. $strSize = 'Koko';
  346. $strSort = 'J├ñrjestys';
  347. $strSpaceUsage = 'Levytilan k├ñytt├╢';
  348. $strSplitWordsWithSpace = 'Sanat erotellaan v├ñlily├╢nnill├ñ.';
  349. $strStatement = 'Tieto';
  350. $strStrucCSV = 'CSV-muotoinen data';
  351. $strStrucData = 'Rakenne ja data';
  352. $strStrucDrop = 'Lis├ñ├ñ \'DROP TABLE\'-rivit';
  353. $strStrucExcelCSV = 'CSV-muoto MS Exceli├ñ varten';
  354. $strStrucOnly = 'Vain rakenne';
  355. $strStructPropose = 'Ehdota taulun rakennetta';
  356. $strStructure = 'Rakenne';
  357. $strSubmit = 'L├ñhet├ñ';
  358. $strSuccess = 'SQL-lause on suoritettu';
  359. $strSum = 'Summa';
  360.  
  361. $strTable = 'Taulu';
  362. $strTableComments = 'Kommentoi taulua';
  363. $strTableEmpty = 'Taulun nimi puuttuu!';
  364. $strTableHasBeenDropped = 'Taulu %s on pudotettu';
  365. $strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
  366. $strTableHasBeenFlushed = 'Taulun %s v├ñlimuisti on tyhjennetty';
  367. $strTableMaintenance = 'Taulun huolto';
  368. $strTableStructure = 'Rakenne taululle';
  369. $strTableType = 'Taulun muoto';
  370. $strTables = '%s taulu(a)';
  371. $strTextAreaLength = ' Pituudestaan johtuen<br /> t├ñt├ñ saraketta ei ehk├ñ voi muokata ';
  372. $strTheContent = 'Tiedoston sis├ñlt├╢ on sy├╢tetty.';
  373. $strTheContents = 'Tiedoston sis├ñlt├╢ korvaa valitusta taulusta ne rivit, joissa on sama ensisijainen (primary) tai yksik├ñsitteinen (unique) avain kuin tiedoston riveiss├ñ.';
  374. $strTheTerminator = 'Sarakkeiden erotin.';
  375. $strTotal = 'yhteens├ñ';
  376. $strType = 'Tyyppi';
  377.  
  378. $strUncheckAll = 'Poista valinta kaikista';
  379. $strUnique = 'Uniikki';
  380. $strUnselectAll = 'Poista valinta kaikista';
  381. $strUpdatePrivMessage = 'K├ñytt├ñj├ñn %s k├ñytt├╢oikeudet on p├ñivitetty.';
  382. $strUpdateProfileMessage = 'Profiili on p├ñivitetty.';
  383. $strUpdateQuery = 'P├ñivit├ñ lause';
  384. $strUsage = 'Tila';
  385. $strUseBackquotes = 'Laita taulujen ja sarakkeiden nimet lainausmerkkeihin';
  386. $strUseTables = 'K├ñyt├ñ tauluja';
  387. $strUser = 'K├ñytt├ñj├ñ';
  388. $strUserEmpty = 'K├ñytt├ñj├ñn nimi puuttuu!';
  389. $strUserName = 'K├ñytt├ñj├ñnimi';
  390.  
  391. $strValidateSQL = 'Tarkista SQL-lause';
  392. $strValidatorError = 'SQL-validaattoria ei voitu k├ñynnist├ñ├ñ. Tarkista, ett├ñ olet asentanut tarpeelliset PHP-laajennukset. Lis├ñ├ñ tietoa l├╢ytyy %sdokumentaatiosta%s.';
  393. $strValue = 'Arvo';
  394. $strViewDump = 'Tee vedos (dump) taulusta';
  395. $strViewDumpDB = 'Tee vedos (dump) tietokannasta';
  396.  
  397. $strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
  398. $strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu k├ñytt├ñ├ñ tiedostojen siirt├ñmiseen';
  399. $strWelcome = 'Tervetuloa, toivottaa %s';
  400. $strWithChecked = 'Valitut:';
  401. $strWrongUser = 'V├ñ├ñr├ñ k├ñytt├ñj├ñtunnus tai salasana. P├ñ├ñsy kielletty.';
  402.  
  403. $strYes = 'Kyll├ñ';
  404.  
  405. $strZip = '"zip-pakattu"';
  406. // To translate
  407. $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
  408.  
  409. $strAbortedClients = 'Aborted'; //to translate
  410. $strAdministration = 'Administration'; //to translate
  411.  
  412. $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
  413.  
  414. $strCannotLogin = 'Cannot login to MySQL server';  //to translate
  415. $strCommand = 'Command'; //to translate
  416. $strCompression = 'Compression'; //to translate
  417. $strConnections = 'Connections'; //to translate
  418. $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
  419.  
  420. $strDataDict = 'Data Dictionary';  //to translate
  421. $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
  422. $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
  423. $strDeleting = 'Deleting %s'; //to translate
  424.  
  425. $strFailedAttempts = 'Failed attempts'; //to translate
  426. $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
  427.  
  428. $strGlobalPrivileges = 'Global privileges'; //to translate
  429. $strGlobalValue = 'Global value'; //to translate
  430. $strGrantOption = 'Grant'; //to translate
  431.  
  432. $strId = 'ID'; //to translate
  433. $strImportDocSQL = 'Import docSQL Files';  //to translate
  434.  
  435. $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
  436. $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
  437.  
  438. $strLaTeX = 'LaTeX';  //to translate
  439. $strLandscape = 'Landscape';  //to translate
  440.  
  441. $strMoreStatusVars = 'More status variables'; //to translate
  442.  
  443. $strNumTables = 'Tables'; //to translate
  444.  
  445.  
  446. $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';  //to translate
  447. $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
  448. $strPerHour = 'per hour'; //to translate
  449. $strPortrait = 'Portrait';  //to translate
  450. $strPrint = 'Print';  //to translate
  451. $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
  452. $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
  453. $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
  454. $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
  455. $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
  456. $strPrivDescDelete = 'Allows deleting data.'; //to translate
  457. $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
  458. $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
  459. $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
  460. $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
  461. $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
  462. $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
  463. $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
  464. $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
  465. $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
  466. $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
  467. $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
  468. $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
  469. $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
  470. $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
  471. $strPrivDescSelect = 'Allows reading data.'; //to translate
  472. $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
  473. $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
  474. $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
  475. $strPrivDescUpdate = 'Allows changing data.'; //to translate
  476. $strPrivDescUsage = 'No privileges.'; //to translate
  477. $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
  478. $strProcesslist = 'Process list'; //to translate
  479.  
  480. $strQueryType = 'Query type'; //to translate
  481.  
  482. $strReceived = 'Received'; //to translate
  483. $strRelationalSchema = 'Relational schema';  //to translate
  484. $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
  485. $strRemoveSelectedUsers = 'Remove selected users'; //to translate
  486. $strResourceLimits = 'Resource limits'; //to translate
  487. $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
  488. $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
  489.  
  490. $strSent = 'Sent'; //to translate
  491. $strServerStatus = 'Runtime Information'; //to translate
  492. $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
  493. $strServerTabProcesslist = 'Processes'; //to translate
  494. $strServerTabVariables = 'Variables'; //to translate
  495. $strServerVars = 'Server variables and settings'; //to translate
  496. $strSessionValue = 'Session value'; //to translate
  497. $strShowDatadictAs = 'Data Dictionary Format';  //to translate
  498. $strStatus = 'Status'; //to translate
  499.  
  500. $strTableOfContents = 'Table of contents';  //to translate
  501. $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
  502. $strTime = 'Time'; //to translate
  503. $strTotalUC = 'Total'; //to translate
  504. $strTraffic = 'Traffic'; //to translate
  505.  
  506. $strUserOverview = 'User overview'; //to translate
  507. $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
  508.  
  509. $strVar = 'Variable'; //to translate
  510.  
  511. $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
  512.  
  513. $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
  514. $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
  515. $strColumnPrivileges = 'Column-specific privileges'; //to translate
  516. $strDbPrivileges = 'Database-specific privileges'; //to translate
  517. $strLocalhost = 'Local';
  518. $strLoginInformation = 'Login Information'; //to translate
  519. $strTblPrivileges = 'Table-specific privileges'; //to translate
  520. $strThisHost = 'This Host'; //to translate
  521. $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
  522. $strUserAlreadyExists = 'The user %s already exists!'; //to translate
  523. $strUseTextField = 'Use text field'; //to translate
  524.  
  525. $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
  526. $strAddedColumnComment = 'Added comment for column';  //to translate
  527. $strWritingCommentNotPossible = 'Writing of comment not possible';  //to translate
  528. $strAddedColumnRelation = 'Added relation for column';  //to translate
  529. $strWritingRelationNotPossible = 'Writing of relation not possible';  //to translate
  530. $strImportFinished = 'Import finished';  //to translate
  531. $strFileCouldNotBeRead = 'File could not be read';  //to translate
  532. $strIgnoringFile = 'Ignoring file %s';  //to translate
  533. $strThisNotDirectory = 'This was not a directory';  //to translate
  534. $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';  //to translate
  535. $strImportFiles = 'Import files';  //to translate
  536. $strDBGModule = 'Module';  //to translate
  537. $strDBGLine = 'Line';  //to translate
  538. $strDBGHits = 'Hits';  //to translate
  539. $strDBGTimePerHitMs = 'Time/Hit, ms';  //to translate
  540. $strDBGTotalTimeMs = 'Total time, ms';  //to translate
  541. $strDBGMinTimeMs = 'Min time, ms';  //to translate
  542. $strDBGMaxTimeMs = 'Max time, ms';  //to translate
  543. $strDBGContextID = 'Context ID';  //to translate
  544. $strDBGContext = 'Context';  //to translate
  545. $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
  546. $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
  547. $strCheckPrivs = 'Check Privileges';  //to translate
  548. $strCheckPrivsLong = 'Check privileges for database "%s".';  //to translate
  549. $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
  550. $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
  551. $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
  552. $strJumpToDB = 'Jump to database "%s".';  //to translate
  553. $strDropSelectedDatabases = 'Drop Selected Databases';  //to translate
  554. $strNoDatabasesSelected = 'No databases selected.';  //to translate
  555. $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
  556. $strGlobal = 'global';  //to translate
  557. $strDbSpecific = 'database-specific';  //to translate
  558. $strUsersHavingAccessToDb = 'Users having access to "%s"';  //to translate
  559. $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
  560. $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
  561. $strChangeCopyModeCopy = '... keep the old one.';  //to translate
  562. $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
  563. $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
  564. $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
  565. $strWildcard = 'wildcard';  //to translate
  566. $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
  567. $strQueryTime = 'Query took %01.4f sec';//to translate
  568. $strDBComment = 'Database comment: ';//to translate
  569. $strQueryFrame = 'Query window';//to translate
  570. $strQuerySQLHistory = 'SQL-history';//to translate
  571. $strMIME_MIMEtype = 'MIME-type';//to translate
  572. $strMIME_transformation = 'Browser transformation';//to translate
  573. $strMIME_transformation_options = 'Transformation options';//to translate
  574. $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
  575. $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
  576. $strMIME_available_mime = 'Available MIME-types';//to translate
  577. $strMIME_available_transform = 'Available transformations';//to translate
  578. $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
  579. $strMIME_description = 'Description';//to translate
  580. $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
  581. $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
  582. $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
  583. $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
  584. $strInnodbStat = 'InnoDB Status';  //to translate
  585. $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
  586. $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
  587. $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
  588. $strSQLOptions = 'SQL options';//to translate
  589. $strXML = 'XML';//to translate
  590. $strCSVOptions = 'CSV options';//to translate
  591. $strNoOptions = 'This format has no options';//to translate
  592. $strStatCreateTime = 'Creation';//to translate
  593. $strStatUpdateTime = 'Last update';//to translate
  594. $strStatCheckTime = 'Last check';//to translate
  595. $strPerMinute = 'per minute';//to translate
  596. $strPerSecond = 'per second';//to translate
  597. $strAutomaticLayout = 'Automatic layout';  //to translate
  598. $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
  599. $strFileNameTemplate = 'File name template';//to translate
  600. $strFileNameTemplateRemember = 'remember template';//to translate
  601. $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
  602. $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
  603. $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
  604. $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
  605. $strAutodetect = 'Autodetect';  //to translate
  606. $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
  607. $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
  608. $strUseHostTable = 'Use Host Table';  //to translate
  609. $strShowFullQueries = 'Show Full Queries';  //to translate
  610. $strTruncateQueries = 'Truncate Shown Queries';  //to translate
  611. $strSwitchToTable = 'Switch to copied table';  //to translate
  612. $strCharset = 'Charset';  //to translate
  613. $strLaTeXOptions = 'LaTeX options';  //to translate
  614. $strRelations = 'Relations';  //to translate
  615. $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
  616. $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
  617. $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
  618. $strSaveOnServer = 'Save on server in %s directory';  //to translate
  619. $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
  620. $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
  621. $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
  622. $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
  623. $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
  624. $strInsertedRowId = 'Inserted row id:';  //to translate
  625. $strLoadMethod = 'LOAD method';  //to translate
  626. $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
  627. $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
  628. $strExcelOptions = 'Excel options';  //to translate
  629. $strReplaceNULLBy = 'Replace NULL by';  //to translate
  630. $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
  631. $strPaperSize = 'Paper size';  //to translate
  632. $strDatabaseNoTable = 'This database contains no table!';//to translate
  633. $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
  634. $strAddIntoComments = 'Add into comments';//to translate
  635. $strDatabaseExportOptions = 'Database export options';//to translate
  636. $strAddDropDatabase = 'Add DROP DATABASE';//to translate
  637. $strToggleScratchboard = 'toggle scratchboard';  //to translate
  638. $strTableOptions = 'Table options';  //to translate
  639. $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
  640. $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
  641. $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
  642. $strCharsets = 'Charsets';  //to translate
  643. $strDescription = 'Description';  //to translate
  644. $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
  645. $strCollation = 'Collation';  //to translate
  646. $strMultilingual = 'multilingual';  //to translate
  647. $strGerman = 'German';  //to translate
  648. $strPhoneBook = 'phone book';  //to translate
  649. $strDictionary = 'dictionary';  //to translate
  650. $strSwedish = 'Swedish';  //to translate
  651. $strDanish = 'Danish';  //to translate
  652. $strCzech = 'Czech';  //to translate
  653. $strTurkish = 'Turkish';  //to translate
  654. $strEnglish = 'English';  //to translate
  655. $strHungarian = 'Hungarian';  //to translate
  656. $strCroatian = 'Croatian';  //to translate
  657. $strBulgarian = 'Bulgarian';  //to translate
  658. $strLithuanian = 'Lithuanian';  //to translate
  659. $strEstonian = 'Estonian';  //to translate
  660. $strCaseInsensitive = 'case-insensitive';  //to translate
  661. $strCaseSensitive = 'case-sensitive';  //to translate
  662. $strUkrainian = 'Ukrainian';  //to translate
  663. $strHebrew = 'Hebrew';  //to translate
  664. $strWestEuropean = 'West European';  //to translate
  665. $strCentralEuropean = 'Central European';  //to translate
  666. $strTraditionalChinese = 'Traditional Chinese';  //to translate
  667. $strCyrillic = 'Cyrillic';  //to translate
  668. $strArmenian = 'Armenian';  //to translate
  669. $strArabic = 'Arabic';  //to translate
  670. $strRussian = 'Russian';  //to translate
  671. $strUnknown = 'unknown';  //to translate
  672. $strBaltic = 'Baltic';  //to translate
  673. $strUnicode = 'Unicode';  //to translate
  674. $strSimplifiedChinese = 'Simplified Chinese';  //to translate
  675. $strKorean = 'Korean';  //to translate
  676. $strGreek = 'Greek';  //to translate
  677. $strJapanese = 'Japanese';  //to translate
  678. $strThai = 'Thai';  //to translate
  679. $strUseThisValue = 'Use this value';  //to translate
  680. $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
  681. $strBrowseForeignValues = 'Browse foreign values';  //to translate
  682. $strInternalRelations = 'Internal relations';  //to translate
  683. $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
  684. $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
  685. $strLatexStructure = 'Structure of table __TABLE__';//to translate
  686. $strLatexContinued = '(continued)';//to translate
  687. $strLatexContent = 'Content of table __TABLE__';//to translate
  688. $strLatexIncludeCaption = 'Include table caption';//to translate
  689. $strLatexCaption = 'Table caption';//to translate
  690. $strLatexLabel = 'Label key';//to translate
  691. $strLatexContinuedCaption = 'Continued table caption';//to translate
  692.  
  693. $strPrintViewFull = 'Print view (with full texts)';  //to translate
  694. $strLogServer = 'Server';  //to translate
  695. $strSortByKey = 'Sort by key';  //to translate
  696. $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
  697. $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
  698. $strConstraintsForTable = 'Constraints for table';  //to translate
  699. $strBookmarkOptions = 'Bookmark options';  //to translate
  700. $strCreationDates = 'Creation/Update/Check dates';  //to translate
  701. $strCheckOverhead = 'Check overheaded';  //to translate
  702. $strExcelEdition = 'Excel edition';  //to translate
  703. $strDelayedInserts = 'Use delayed inserts';  //to translate
  704. $strSQLExportType = 'Export type';  //to translate
  705. $strAddConstraints = 'Add constraints';  //to translate
  706. $strGeorgian = 'Georgian';  //to translate
  707. $strCzechSlovak = 'Czech-Slovak';  //to translate
  708. $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
  709. $strMaximumSize = 'Maximum size: %s%s';  //to translate
  710. $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
  711. $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
  712. $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
  713. $strNeedPrimaryKey = 'You should define a primary key for this table.';  //to translate
  714. $strIgnoreInserts = 'Use ignore inserts';  //to translate
  715. $strAddIfNotExists = 'Add IF NOT EXISTS';  //to translate
  716. $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
  717. $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
  718. $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
  719. $strAfterInsertSame = 'Go back to this page';  //to translate
  720. $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
  721. $strDatabaseEmpty = 'The database name is empty!';  //to translate
  722. $strDBRename = 'Rename database to';  //to translate
  723. $strOperator = 'Operator';  //to translate
  724. $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
  725. $strCalendar = 'Calendar';  //to translate
  726. $strRefresh = 'Refresh';  //to translate
  727. $strDefragment = 'Defragment table';  //to translate
  728. $strNoRowsSelected = 'No rows selected';  //to translate
  729. $strSpanish = 'Spanish';  //to translate
  730. $strStrucNativeExcel = 'Native MS Excel data';  //to translate
  731. $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
  732. $strServerNotResponding = 'The server is not responding';  //to translate
  733. $strTheme = 'Theme / Style';  //to translate
  734. $strTakeIt = 'take it';  //to translate
  735. $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
  736. $strIcelandic = 'Icelandic';  //to translate
  737. $strLatvian = 'Latvian';  //to translate
  738. $strPolish = 'Polish';  //to translate
  739. $strRomanian = 'Romanian';  //to translate
  740. $strSlovenian = 'Slovenian';  //to translate
  741. $strTraditionalSpanish = 'Traditional Spanish';  //to translate
  742. $strSlovak = 'Slovak';  //to translate
  743. $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
  744. $strPersian = 'Persian';  //to translate
  745. $strAddFields = 'Add %s field(s)';  //to translate
  746. $strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
  747. $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
  748. $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
  749. $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
  750. $strBinLogName = 'Log name';  //to translate
  751. $strBinLogPosition = 'Position';  //to translate
  752. $strBinLogEventType = 'Event type';  //to translate
  753. $strBinLogServerId = 'Server ID';  //to translate
  754. $strBinLogOriginalPosition = 'Original position';  //to translate
  755. $strBinLogInfo = 'Information';  //to translate
  756. $strBinaryLog = 'Binary log';  //to translate
  757. $strSelectBinaryLog = 'Select binary log to view';  //to translate
  758. $strDBCopy = 'Copy database to';  //to translate
  759. $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
  760. $strSwitchToDatabase = 'Switch to copied database';  //to translate
  761. $strPasswordHashing = 'Password Hashing';  //to translate
  762. $strCompatibleHashing = 'MySQL 4.0 compatible';  //to translate
  763. $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
  764. $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
  765. $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
  766. $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
  767. $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
  768. $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
  769. $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
  770. $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
  771. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
  772. $strAfterInsertNext = 'Edit next row';  //to translate
  773. ?>
  774.